Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add from_config to sampler #803

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

mattdangerw
Copy link
Member

Every class with a get_config should have a from_config somewhere in the super() chain. This is actually causing test failures on nightly.

@mattdangerw mattdangerw force-pushed the sampler-from-config branch from 4d7f117 to 9833a0e Compare March 2, 2023 23:18
@mattdangerw mattdangerw requested a review from sampathweb March 2, 2023 23:28
Every class with a get_config should have a from_config somewhere in
the super() chain. This is actually causing test failures on nightly.

Also fix some unit testing to not rely on the specific dictionary
structure of a serialized object, which is changing across keras
versions.
@mattdangerw mattdangerw force-pushed the sampler-from-config branch from 9833a0e to 9d2179e Compare March 3, 2023 04:15
@mattdangerw mattdangerw merged commit a995dd6 into keras-team:master Mar 3, 2023
mattdangerw added a commit that referenced this pull request Mar 3, 2023
Every class with a get_config should have a from_config somewhere in
the super() chain. This is actually causing test failures on nightly.

Also fix some unit testing to not rely on the specific dictionary
structure of a serialized object, which is changing across keras
versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants